home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / person1a / readme.txt < prev   
Text File  |  1999-08-28  |  619b  |  16 lines

  1. This is an inputbox, somewhat different from the one that comes with
  2. VB.
  3. Look at the sample program & the VB-project to see how this works.
  4. The return is a public string that is called Inp1.
  5. Inp1 is emty (a zero-lenth string) when you hit the Oops button or
  6. the closeform button.
  7. Otherwise it has the text of the textbox.
  8. Syntax:
  9. Call InpBox(Form, Prompt, DefInp, Title, Font, Xposition, Yposition)
  10.  
  11. The string Definp contains the last input, so it can be displayed
  12. the next time you call the inputbox.
  13.  
  14. If you have any suggestions for improving this, let me know.
  15.  
  16. stephan.swertvaegher@planetinternet.be